@charset "utf-8";
/*=============================================================
 technology
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(60px);
	transition:all 0.4s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}

.pc{
	display: block;
}
.sp{
	display: none;
}
/* #footer
-------------------------------------------------------------*/
#footer {
 margin-top: 0px;
}
/* technologyMain
-------------------------------------------------------------*/
#mainArea{
	position: relative;
}
.technologyMain{
	margin-right: calc(50% - 50vw);
}
.boxCaption{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4.8%;
}
.boxCaption .box{
	width: 100%;
	position: relative;
}
.boxCaption .boxInner{
	position: absolute;
	width: 370px;
	margin: 0;
	padding: 40px 30px;
	box-sizing: border-box;
	right: 0;
	top: -70px;
	background: #0072bf url("/rd/technology/img/bg_cap_pc.png") no-repeat right bottom;
	background-size: contain;
	color: #fff;
}
.no-webp .boxCaption .boxInner{
	background: #0072bf url("/rd/technology/img/bg_cap_pc.png") no-repeat right bottom;
	background-size: contain;
}
.webp .boxCaption .boxInner{
	background: #0072bf url("/rd/technology/img/bg_cap_pc.webp") no-repeat right bottom;
	background-size: contain;
}
.boxCaption .box p{
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.05;
}
.boxCaption .box p+p{
	margin: 0 !important;
	font-size: 6.0rem;
}
/* technologyArea
-------------------------------------------------------------*/
#technologyArea{
margin: -12vw 0 0;
padding: 12vw 0 0;
	background-color: #EFF5F7;
}
.no-webp #technologyArea{
	background: #EFF5F7 url("/rd/technology/img/bg_top.jpg") no-repeat left top;
	background-size: contain;
}
.webp #technologyArea{
	background: #EFF5F7 url("/rd/technology/img/bg_top.webp") no-repeat left top;
	background-size: contain;
}
#technologyAreaInner{
	padding: 0 0 120px;
}
.no-webp #technologyAreaInner{
	background: url("/rd/technology/img/bg_btm.jpg") no-repeat right bottom;
	background-size: contain;
}
.webp #technologyAreaInner{
	background: url("/rd/technology/img/bg_btm.webp") no-repeat right bottom;
	background-size: contain;
}
/* intro
-------------------------------------------------------------*/
.intro{
}
.intro p.catch{
	padding: 100px 0;
	font-size: 5.0rem;
	line-height: 1.25;
}
.intro .leadTxtArea{
	padding: 50px;
	background: rgba(211,224,229,0.5);
}


/* ttl
-------------------------------------------------------------*/
.ttlPage p{
	font-size: 2.0rem;
}
.ttlPage h1{
	color: #0072bf;
	font-size: 4.0rem;
	margin-bottom: 4.0rem;
}
/* boxFeature
-------------------------------------------------------------*/
.boxFeature{
	margin: 100px 0 0;
}
.boxFeature .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxFeature .boxClm .boxL{
	width: 50%;
}
.boxFeature .boxClm .boxL h2{
	width: 100%;
	display: flex;
	font-size: 3.0rem;
}
.boxFeature .boxClm .boxL h2 span.txtNum{
	width: 56px;
	color: #0072bf;
}
.boxFeature .boxClm .figTtl{
	padding: 0 0 5px;
	color: #0072bf;
}
.boxFeature .boxClm .boxL h2 span.txtTtl{
	flex: 1;
}
.boxFeature .boxClm .boxL p{
	margin: 15px 0 0 56px;
}
.boxFeature .boxClm .boxL ul{
	margin-left: 56px;
}
.boxFeature .boxClm .boxR{
	width: 42%;
	padding: 0 0 0 8%;
	text-align: center;
}
.boxFeature .boxClm .boxR.round picture{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.boxFeature .boxClm .boxR .w420{
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.boxFeature .boxWh{
	padding: 40px 0;
	background-color: rgba(255,255,255,0.5)
}
.boxFeature .boxWh .boxClm{
	align-items: center;
}
.boxFeature .boxWh .boxClm h2{
	width: 100%;
	display: block;
}
.boxFeature .boxWh .boxClm h2 span.txtNum{
	width: 100%;
	display: block;
	font-size: 1.8rem;
	padding-bottom: 40px;
	color: #0072bf;
}
.boxFeature .boxWh .boxClm h2 span.txtTtl{
	width: 100%;
	display: block;
	font-size: 2.8rem;
}
.boxFeature .boxWh .boxClm p{
	margin: 15px 0 0 0;
}
/* relatedLink
-------------------------------------------------------------*/
.relatedLink{
	padding: 90px 0 0;
	position: relative;
}
.relatedLink ul{
	width: 100%;
	display: flex;
	justify-content: space-between;flex-wrap: wrap;
}
.relatedLink ul:after{
	content: '';
	width: calc(94% / 3);
	height: 0;
	overflow: hidden;
}
.relatedLink ul>li{
	width: calc(94% / 3);
}
.relatedLink ul>li>a{
	width: 100%;
	display: flex;
	flex-direction: column;
 background: linear-gradient(#0072bf, #0072bf) 0 100%/0 2px no-repeat;
	color: #333;
 transition: background .6s;
}
.relatedLink ul>li a:hover{
	background-size: 100% 2px;
}
.relatedLink ul>li a .boxThum{
	overflow: hidden;
	border-radius: 10px
}
.relatedLink ul>li a .boxThum .thum{
	transition: all .3s ease;
}
.relatedLink ul>li a:hover .boxThum .thum{
	transform: scale(1.2);
}
.relatedLink ul>li a .boxTtl{
	display: flex;
	flex: 1;
	align-items: center;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}
.relatedLink ul>li a .boxTtl::after {
    content: '';
    background: url(/shared/img/icon-arw-button.svg) center center no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    transition: all .1s;
}
.relatedLink ul>li a:hover .boxTtl::after {
    right: 0;
}
.relatedLink ul>li a:hover span.link-blank img {
  content: url('/shared/img/icon-blank-o.svg');
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	padding: 120px 0;
	position: relative;
}
.pageLink h2{
	color: #fff;
	font-size: 3.2rem;
}
.no-webp .pageLink{
	background: url("/rd/technology/img/bg_menu.jpg") no-repeat center top;
	background-size: cover;
}
.webp .pageLink{
	background: url("/rd/technology/img/bg_menu.webp") no-repeat center top;
	background-size: cover;
}
.pageLink ul{
	width: 100%;
	display: flex;
	justify-content: space-between;flex-wrap: wrap;
}
.pageLink ul:after{
	content: '';
	width: calc(94% / 3);
	height: 0;
	overflow: hidden;
}
.pageLink ul>li{
	width: calc(94% / 3);
	margin: 4% 0 0 0;
}
.pageLink ul>li>a{
	width: 100%;
	display: flex;
	flex-direction: column;
 background: linear-gradient(#fff, #fff) 0 100%/0 2px no-repeat;
	color: #fff;
 transition: background .6s;
}
.pageLink ul>li a:hover{
	background-size: 100% 2px;
}
.pageLink ul>li a .boxThum{
	overflow: hidden;
	border-radius: 10px
}
.pageLink ul>li a .boxThum .thum{
	transition: all .3s ease;
}
.pageLink ul>li a:hover .boxThum .thum{
	transform: scale(1.2);
}
.pageLink ul>li a .boxTtl{
	display: flex;
	flex: 1;
	align-items: center;
	position: relative;
	min-height: 70px;
	padding: 5px 40px 5px 0;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}
.pageLink ul>li a .boxTtl:after{
	content: '';
	background: url("/shared/img/icon-arw-button-w.svg") center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5px;
	transition: all .1s;
}
.pageLink ul>li a:hover .boxTtl:after{
	right: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
/* technologyMain
-------------------------------------------------------------*/
.boxCaption{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4.8%;
}
.boxCaption .box{
	width: 100%;
	position: relative;
}
/* intro
-------------------------------------------------------------*/
.intro p.catch{
	font-size: 3.6rem;
}
/* relatedLink
-------------------------------------------------------------*/
.relatedLink ul>li{
	width: calc(94% / 2);
}
/* pageLink
-------------------------------------------------------------*/
.pageLink ul>li{
	width: calc(94% / 2);
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px){
#technologyAreaInner{
	padding: 0 0 100px;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
.boxCaption .boxInner{
	position: absolute;
	width: 100%;
	max-width: 270px;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	right: 50%;
	transform: translateX(50%);
	top: -10px;
	background: #0072bf url("/rd/technology/img/bg_cap_sp.png") no-repeat right bottom;
	background-size: contain;
	color: #fff;
}
.no-webp .boxCaption .boxInner{
	background: #0072bf url("/rd/technology/img/bg_cap_sp.png") no-repeat right bottom;
	background-size: contain;
}
.webp .boxCaption .boxInner{
	background: #0072bf url("/rd/technology/img/bg_cap_sp.webp") no-repeat right bottom;
	background-size: contain;
}
.boxCaption .boxInner>div.boxF{
	width: 100%;
	display: flex;
	align-items: center;
}
.boxCaption .box p{
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.05;
}
.boxCaption .box p+p{
	margin: 0 0 0 15px !important;
	font-size: 2.7rem;
}

/* intro
-------------------------------------------------------------*/
.intro{
}
.intro p.catch{
	padding: 100px 0 30px 0;
	font-size: 2.4rem;
	line-height: 1.35;
    margin-top: 0px !important;
}
.intro .leadTxtArea{
	padding: 20px;
}
/* ttl
-------------------------------------------------------------*/
.ttlPage p{
	font-size: 1.8rem;
}
.ttlPage h1{
	color: #0072bf;
	font-size: 2.8rem;
	margin-bottom: 2.8rem;
}
/* boxFeature
-------------------------------------------------------------*/
.boxFeature{
	margin: 80px 0 0;
}
.boxFeature .boxClm{
	display: block;
}
.boxFeature .boxClm .boxL{
	width: 100%;
}
.boxFeature .boxClm .boxL h2{
	font-size: 2.0rem;
}
.boxFeature .boxClm .boxL h2 span.txtNum{
	width: 46px;
}
.boxFeature .boxClm .boxL p{
	margin: 10px 0 0 0;
}
.boxFeature .boxClm .boxL ul{
	margin-left: 56px;
}
.boxFeature .boxClm .boxR{
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
.boxFeature .boxClm .boxR .w420{
	width: 80%;
	max-width: 420px;
}
.boxFeature .boxWh .boxClm h2{
	width: 100%;
	display: block;
}
.boxFeature .boxWh .boxClm h2 span.txtNum{
	width: 100%;
	padding-bottom: 30px;
}
.boxFeature .boxWh .boxClm h2 span.txtTtl{
	font-size: 2.0rem;
}
.boxFeature .boxWh .boxClm p{
	margin: 10px 0 0 0;
}
/* relatedLink
-------------------------------------------------------------*/
.relatedLink{
	padding: 80px 0 0;
}
.relatedLink ul{
	display: block;
}
.relatedLink ul>li{
	width: calc(100%);
}
.relatedLink ul>li + li{
	margin: 4% 0 0 0;
}
.relatedLink ul>li a .boxTtl{
	padding: 10px 0 0;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.3;
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	padding: 60px 0;
}
	.pageLink h2{
	color: #fff;
	font-size: 2.4rem;
}
.pageLink ul{
	display: block;
	padding: 0 0 24px;
}
.pageLink ul:after{
	width: calc(100%);
}
.pageLink ul>li{
	width: calc(100%);
	margin: 24px 0 0;
	padding: 24px 0 0;
}
.pageLink ul>li a{
	display: block;
	padding-bottom: 0;
}
.pageLink ul>li a .boxTtl{
	min-height: 0;
	margin: 10px 0 0;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.3;
}
.pageLink ul>li a .boxTtl:after{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
}